home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10084 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  36 lines

  1. Path: holly.ACNS.ColoState.EDU!not-for-mail
  2. From: corbyh@holly.ACNS.ColoState.EDU (Corby S. Hudnall)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: (no subject)
  5. Date: 5 Mar 1996 19:54:51 -0700
  6. Organization: Colorado State University, Fort Collins, CO  80523
  7. Message-ID: <4hiupr$t84@holly.ACNS.ColoState.EDU>
  8. References: <4hi3ds$him@pearl.whoi.edu>
  9. NNTP-Posting-Host: holly.acns.colostate.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Mark Hill (mhill) wrote:
  13. : I have been programming in c++ for about five months, but I have only been
  14. : writting dos code to date. I want to start programming in windows and would
  15. : like to make use of borland's owl library files. The version of the compiler I
  16. : have (3.1) dose not seem to include the owl directory (although I was under the
  17. : impression that it was suppost to).  Does anyone know if this directory
  18. : (including the owl.h) is available on the net. Thanks in advance....
  19.  
  20. In a word, no.  OWL is a Borland product that must be bought like anything else worth 
  21. having.  I use OWL 2.5 and I am greatly pleased with it thus far.  There seems to be quite 
  22. a bit of debate these days over which is better, MFC or OWL.  To each his own.
  23.  
  24. // ------------ BEGIN SIGNATURE ---------------
  25. #include <iostream.h>
  26. void main(void)
  27. {
  28.   cout << "\aName:\tCorby S. Hudnall\n"
  29.        << "School:\tColorado State University\n"
  30.        << "\tDepartement of Computer Science\n"
  31.        << "EMail:\thudnall@CS.ColoState.EDU\n"
  32.        << "URL:\thttp://WWW.CS.ColoState.EDU/~hudnall\n";
  33. }
  34. // ------------ END SIGNATURE -----------------
  35.  
  36.